description = "Every character is moving with its shadow followed. When a character moves to a specified position, its shadow will knock the character and fade out finally.";
version = "1.00";
bin = "FadingShadow.bin";
========== Description Part End ==========
========== Parameter Part Begin ==========
$nCharacterCount(EDIT,INT,1,1 10000,"Total Characters ","The total characters using the special effect. The value is defined by the selected characters in the movie, but can not be changed in the property box.");
$nFrameCount(EDIT,INT,3,3 3,"Total Frames","It indicates the total frames of actions. The total frames of the effect is probably more than it.");
$nSpeed(EDIT,INT,5,1 10000,"Speed","The speed of character moving.");
$nGhostChangeSpeed(EDIT,INT,5,1 10000,"Shadow Speed","The speed of shadow changing.");